Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add (dummy) dispatch.dropExports to liveslots, test that it can be called #2656

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

warner
Copy link
Member

@warner warner commented Mar 16, 2021

The new dropExports() doesn't do anything yet, but at least test that it
can be called directly in liveslots. It should be reachable through all vat
worker types, but I won't be able to test that until we have a kernel
mechanism to provoke it.

closes #2653
refs #2615

@warner warner added the SwingSet package: SwingSet label Mar 16, 2021
@warner warner self-assigned this Mar 16, 2021
@warner warner changed the base branch from master to 2615-add-dropImport March 16, 2021 02:05
@warner warner requested a review from FUDCo March 16, 2021 02:06
@warner warner force-pushed the 2653-dummy-dropexports branch from a470720 to ff94e1c Compare March 16, 2021 19:50
@warner warner force-pushed the 2615-add-dropImport branch from b19e9b1 to 074c8a9 Compare March 17, 2021 01:24
@warner warner force-pushed the 2653-dummy-dropexports branch from ff94e1c to 613c165 Compare March 17, 2021 01:24
@warner
Copy link
Member Author

warner commented Mar 17, 2021

This new version (613c165) adds dropExports to the comms vat too. We need it in both comms and liveslots to allow kernel-side work to proceed without causing "no such method" problems.

@warner
Copy link
Member Author

warner commented Mar 17, 2021

Oops, I have one more commit to add to this, I forgot to wire dropExports into the local vat manager too.

Also, it's failing because of some XS thing.. which I thought I made optional, weird.

@warner warner force-pushed the 2615-add-dropImport branch from 074c8a9 to e4f869e Compare March 17, 2021 18:32
@warner warner force-pushed the 2653-dummy-dropexports branch 2 times, most recently from 67dade8 to da1c505 Compare March 17, 2021 22:57
Copy link
Contributor

@FUDCo FUDCo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside from the repeated boilerplate in all the vat workers, which we already know is a more general issue, this looks fine to me.

@warner warner force-pushed the 2615-add-dropImport branch from 6713c50 to f9b5133 Compare March 19, 2021 08:12
Base automatically changed from 2615-add-dropImport to master March 19, 2021 08:30
@warner warner force-pushed the 2653-dummy-dropexports branch 2 times, most recently from 068fb62 to 2b7b09b Compare March 21, 2021 18:05
@warner
Copy link
Member Author

warner commented Mar 21, 2021

There's a small overlap between this and #2680, so I'm going to hold off landing it until that one lands.

@warner warner force-pushed the 2653-dummy-dropexports branch from 2b7b09b to b1080f0 Compare March 22, 2021 23:10
…gers

The new `dropExports()` doesn't do anything yet, but at least test that it
can be called directly in liveslots and comms. It should be reachable through
all vat worker types, but I won't be able to test that until we have a kernel
mechanism to provoke it.

closes #2653
@warner warner force-pushed the 2653-dummy-dropexports branch from b1080f0 to 9fabfdf Compare March 22, 2021 23:41
@warner warner enabled auto-merge (rebase) March 22, 2021 23:46
@warner warner merged commit 5108ad6 into master Mar 22, 2021
@warner warner deleted the 2653-dummy-dropexports branch March 22, 2021 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SwingSet package: SwingSet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add a no-op dispatch.dropExports to the kernel-to-vat pathway
2 participants